.login{background-color: #c5dcd5;}
.login h1{padding-top: 15px;}
.login h1 a {
	background: url('../images/logo.png') no-repeat center center;
	height: 65px;
    width: 320px;
    background-size: 290px 65px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.login #loginform {
    background-color: #2f302f;
    color: #fff;
}
.login #wp-submit{
	background-color: #c5dcd5 !important;
    color: #2f302f;
    font-weight: 500;
}
.markanttop {
	width: 100%;
	background: #eee;
	text-align: right;
	top:0;
	position: absolute;
}

.markanttop p {
	padding:10px;
}

input.button-primary, button.button-primary, a.button-primary {
	background: #333 !important;
	border-color: transparent !important;
}

#backtoblog {
	display:none !important;
}